Database
This article explains how to integrate and use databases on the Zadig system. Zadig supports the integration of MySQL and MariaDB databases, and after integration, workflows can be used to achieve automated data changes.
# How to Integrate
Click Assets → Database → Add, fill in the database configuration parameters, and save.
- The database identifier field can be customized and must be globally unique to facilitate quick identification of the database in the Zadig system
- After completing the configuration, you can click
Testto test the database connectivity

# How to Use
Orchestrate SQL Data Change Tasks in the workflow to realize automated data changes. Refer to SQL Change Tasks.


